ServiceGetSharingFolder Method (String, String) |
Gets the local folder identifier of the specified shared folder.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic GetSharingFolderResponse GetSharingFolder(
string smtpAddress,
string sharedFolderId
)
Public Function GetSharingFolder (
smtpAddress As String,
sharedFolderId As String
) As GetSharingFolderResponse
Parameters
- smtpAddress
- Type: SystemString
The SMTP address. - sharedFolderId
- Type: SystemString
The shared folder identifier.
Return Value
Type:
GetSharingFolderResponseGetSharingFolderResponse.
See Also